vcSetPropertyStatement
A statement that sets the value of a property. The property can be in the routine that owns this statement, or in an object higher up in the object hierarchy.
See in: Overview
Module: vcRobotics2
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| TargetPropertyName | vcProperty | R | Gets a name of the property to which the value will be assigned to. |
| Value | vcProperty | R | Gets an expression that, when evaluated, returns the value to assign to the target property. Signal map expressions are allowed. |